login request

英 [ˈlɒɡɪn rɪˈkwest] 美 [ˈlɔːɡɪn rɪˈkwest]

网络  登录请求

计算机



双语例句

  1. The Login module returns the subject to the Outbound request so the request can use it for making the remote invocation.
    Login模块向Outbound请求返回主题,所以请求可以使用它进行远程调用。
  2. The child script in Figure 8 defines a test plan that contains a sampler with an HTTP request for Login User.
    图8中的子脚本定义了一个测试计划,其中包含一个采样程序和一个LoginUser的HTTP请求。
  3. The outbound request component uses the Login module to perform a login to make the remote invocation with the appropriate identity.
    出站请求组件使用Login模块以执行登录,以使用合适的标识进行远程调用。
  4. To overcome this issue, allow clients to pass in their login credentials as request header parameters on the URI to enable authentication, as demonstrated in Listing 6.
    为了解决这个问题,允许客户机在URI中作为查询参数传递登录凭证,见清单6。
  5. For the bot to receive responses to its requests ( such as a login request), it must have the appropriate listeners associated with it.
    为了使bot接收对请求的响应(例如登录请求),必须将StockService类与适当的侦听器相关联。
  6. If the login is successful, the RP uses SReg, AX or both extensions to request certain information about the user.
    如果登录成功,RP使用SReg和/或AX扩展请求某些用户信息。
  7. It is returned to the NAS for an administrator login request after authentication is accepted.
    在验证被接受后,这个属性-值对被返回给NAS,作为对管理员登录请求的响应。
  8. The authorize() method internally invokes the dialog() method previously covered, but this time it passes a Login request for action.
    authorize()方法在内部调用前面介绍过的dialog()方法,但是这一次它传递一个针对操作的Login请求。
  9. During a performance test, every time the login request is issued, the values of username and password will be pulled from the next row of the datapool.
    在性能测试中,每次登录请求发起时,username和password的值将被从数据池下一行中获取。
  10. Observe that system A sends a small data packet to system B, and waits for a response packet before granting or denying the login request.
    可以看到系统A向系统B发送了一个小数据包,然后等待响应包,已决定同意或拒绝登录请求。
  11. The Inbound request uses the Login module to create a subject to handle the request.
    Inbound请求使用Login模块创建一个主题以处理该请求。
  12. Authenticate: This method uses the container login mechanism configured for the ServletContext to authenticate the user making the request.
    authenticate:这个方法使用ServletContext上配置的容器登录机制认证用户请求。
  13. In the synchronous solution, each one of our web servers will be contacting the app server for each user login request.
    在同步解决方案中,每个Web服务器对于每个用户的登录请求,都必须与应用服务器通讯。
  14. In a Network Game, Login Server, Game Server and Map Server process Client request together.
    在网络游戏中,登陆服务器、逻辑服务器和地图服务器等共同处理客户端请求。